Fix the onnxfrontend didn't call DLLMain when exit#33641
Merged
sgbihu merged 3 commits intoopenvinotoolkit:masterfrom Jan 21, 2026
Merged
Fix the onnxfrontend didn't call DLLMain when exit#33641sgbihu merged 3 commits intoopenvinotoolkit:masterfrom
sgbihu merged 3 commits intoopenvinotoolkit:masterfrom
Conversation
mvafin
approved these changes
Jan 16, 2026
mvafin
reviewed
Jan 16, 2026
| set(TARGET_NAME openvino_protobuf_shutdown) | ||
|
|
||
| add_library(${TARGET_NAME} STATIC shutdown_protobuf.cpp) | ||
| add_library(${TARGET_NAME} OBJECT shutdown_protobuf.cpp) |
Contributor
There was a problem hiding this comment.
Could you add comment here that it must be preserved as OBJECT and not STATIC for windows build.
Contributor
Author
|
build_jenkins |
a9dc4f2 to
159fc2f
Compare
159fc2f to
9a441be
Compare
b6999bd to
5a034b3
Compare
mryzhov
approved these changes
Jan 20, 2026
Contributor
Author
|
build_jenkins |
Contributor
Author
|
build_jenkins |
Merged
via the queue into
openvinotoolkit:master
with commit Jan 21, 2026
d906577
251 of 258 checks passed
Naseer-010
pushed a commit
to Naseer-010/openvino
that referenced
this pull request
Feb 18, 2026
…3641) ### Details: - The static library link can't enter the DLLMain when dll unload. ### Tickets: - [CVS-179009](https://jira.devtools.intel.com/browse/CVS-179009) --------- Co-authored-by: Denis Orlov <denis.orlov@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details:
Tickets: